Bird's Chess
Invented by: Henry Bird, 1874
Game hierarchy
• Game
• Generic Chess
• Generic x8
• Generic 10x8
• Capablanca Chess
• Bird's Chess
Board
FEN: rnbgqkebnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBGQKEBNR w KQkq - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Capablanca Chess | trap king on back rank bonus |
Rook | Rook | R | Capablanca Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Capablanca Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Capablanca Chess | outpost bonus |
Archbishop | Equerry | E | Capablanca Chess | |
Chancellor | Guard | G | Capablanca Chess | open file bonus; trap king on back rank bonus |
Game Variables
Name = "Bird's Chess"
Invented = "1874"
InventedBy = "Henry Bird"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbgqkebnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBGQKEBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QGERBN"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x8:
PawnDoubleMove = true
Declared in Generic 10x8:
Castling = Standard
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
KingSafetyEvaluation
|